ComponentOne MultiSelect for WinForms
C1.Framework.Mathematics Namespace / Matrix<T> Class / RightMultiply Method
A Matrix indicates the speical matrix.

In This Topic
    RightMultiply Method (Matrix<T>)
    In This Topic
    Right multiply a speical Matrix to this Matrix.
    Syntax
    'Declaration
     
    
    Public Overridable Sub RightMultiply( _
       ByVal value As Matrix(Of T) _
    ) 
    public virtual void RightMultiply( 
       Matrix<T> value
    )

    Parameters

    value
    A Matrix indicates the speical matrix.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also